Appliance Networking Firewall Inbound Rule
Appliance Networking Firewall Inbound Rule schema Structure that defines a single address-based firewall rule.
This schema was added in vSphere API 6.7.1.
{
"address": "string",
"prefix": 0,
"policy": "string",
"interface_name": "string"
}
IPv4 or IPv6 address.
This property was added in vSphere API 6.7.1.
CIDR prefix used to mask address. For example, an IPv4 prefix of 24 ignores the low-order 8 bits of address.
This property was added in vSphere API 6.7.1.
The allow or deny policy of this rule.
For more information see: Appliance Networking Firewall Inbound Policy.
This property was added in vSphere API 6.7.1.
The interface to which this rule applies. An empty string indicates that the rule applies to all interfaces.
This property was added in vSphere API 6.7.1.